machine language
英 [məˈʃiːn ˈlæŋɡwɪdʒ]
美 [məˈʃiːn ˈlæŋɡwɪdʒ]
机器语言;计算机语言
英英释义
noun
- a set of instructions coded so that the computer can use it directly without further translation
- a programming language designed for use on a specific class of computers
双语例句
- Stepping through each command and watching how the register and memory values are affected is also a great way to learn the basics of the Intel machine language commands.
单步执行每个命令并观察寄存器和内存值如何受影响,这也是学习Intel机器语言命令基础知识的理想方法。 - Research and Development on Control System and Decision-making System of Robot Soccer; If programmers had to write in machine language, there would be very few programmers.
足球机器人体系结构研究及决策程序开发如果程序员必须用机器语言编程序的话,那么就几乎没有人能做程序员了。 - For some remote systems, the translation of configuration information into machine language.
对于某些远程系统,将配置信息翻译成机器语言的过程。 - Machine language: A language designed for the direct use by a computer without translation. Also called Machine code.
机器语言:为电脑直接使用,不需翻译,而设计的语言。亦称机器代码。 - Other programs then translate the instructions into machine language for the computer to use.
接着将程序翻译成指令成为机器语言,给计算机使用。 - The Tao gave birth to machine language. machine language gave birth to the assembler.
道生机器语言,机器语言生汇编嚣。 - A compiler translates a programming language to machine language. A machine language consists of primitive operations that a computer can perform directly.
编译器把程序语言转化成机器语言。机器语言是由计算机可以直接执行的原语操作组成的。 - In machine language, data and instructions are represented in binary form.
机器语言里,数据和指令都是用二进制形式表示。 - However, high-level languages must be translated into machine language by another program called a compiler before a computer can understand them.
然而,在计算机能够理解之前,高级语言必须被称之为编译器的另外一种程序翻译成机器语言。 - A program that translates instructions written in a high level programming language into machine language.
一种把用高级编程语言编写的指令翻译成机器语言的程序。